Skip to main content
POST
Send a push to one customer
Use a Bearer access token from /auth/authorize. Do not send x-api-key on this endpoint — that header is only for authorize.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The customer unique identifier in your system

Body

application/json
push_template_id
string<uuid>
required

The active push template id to send

Response

Push sent

data
object